home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $VER: dram 37.1 (12.7.93)
- ;
- ; Delete all files in ram: excluding anything in env, t, and clipboards.
- ;
- ; Written by Douglas Keller
- ;
- failat 21
- delete >nil: ram:~(env|t|clipboards) all quiet force
- quit
-